projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d098199
)
(STATIC_OPTION): For GCC, use -Xlinker.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 24 Dec 1995 23:19:14 +0000
(23:19 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 24 Dec 1995 23:19:14 +0000
(23:19 +0000)
(DYNAMIC_OPTION): Define like STATIC_OPTION.
src/s/sol2-5.h
patch
|
blob
|
history
diff --git
a/src/s/sol2-5.h
b/src/s/sol2-5.h
index 26986d433e6dbb01241291d8401800247b1db61b..944ec5e526dccd5c38dd299f6d5993712a6da77a 100644
(file)
--- a/
src/s/sol2-5.h
+++ b/
src/s/sol2-5.h
@@
-9,7
+9,9
@@
#define LIBXT_STATIC
#ifdef __GNUC__
-#define STATIC_OPTION -static
+#define STATIC_OPTION -Xlinker -Bstatic
+#define DYNAMIC_OPTION -Xlinker -Bdynamic
#else
#define STATIC_OPTION -Bstatic
+#define DYNAMIC_OPTION -Bdynamic
#endif